home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
SmallEiffel 0.3.3
/
SmallEiffel PPC
/
lib_msg
/
bad_redefine3.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-13
|
183 b
|
20 lines
|
[
TEXT/EDIT
]
class BAD_REDEFINE3
inherit
FOO
rename
make as make_foo
redefine
make
end;
creation make
feature
make is
do
make_foo;
end;
end